home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Blender 2.49b / blender-2.49b-windows.exe / $_4_ / .blender / scripts / bpydata / readme.txt < prev   
Text File  |  2009-08-31  |  265b  |  10 lines

  1. This directory is the default place for scripts to put their data,
  2. like internal files needed by the script and its saved configuration.
  3.  
  4. Scripts can find the path to this dir using Blender.Get("datadir").
  5. Ex:
  6.  
  7. import Blender
  8. print Blender.Get("datadir")
  9.  
  10.